Developer

The Developer section of the web.config file allows you to configure the policies of the development environment. It contains the following attributes.

Attribute

Use

isEncryptConnectionStrings

If True, the configuration connection string section is encrypted after an update. If False, the connection string section is not encrypted. If not specified, the default value is True, so the connection section is not encrypted.

tfsServerUrl

If specified, identifies the URL of the Team Foundation Server to use for version control services. If not specified, no version control services are performed.

Example Usage

<Developer isEncryptConnectionStrings="False" tfsServerUrl="http://dev.yourcompany.local:8080/tfs/dev" />